home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1522 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: newsman.murdoch.edu.au!cleo!hassel
  2. From: hassel@cleo.murdoch.edu.au (Martin Hasselbacher)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Screen ProblemII
  5. Date: 20 Jan 1996 08:29:08 GMT
  6. Message-ID: <4dq94k$vqa@newsman.murdoch.edu.au>
  7. NNTP-Posting-Host: cleo.murdoch.edu.au
  8. X-Newsreader: TIN [version 1.2 PL2]
  9.  
  10. Thank you all that replied to my previous screen problem message, I have
  11. succesfuly detected my screen to be visible or not... 
  12.  
  13. But I needed to do that because I realy have a copper list In asm, and
  14. when this fake screen becomes visible I quickly activate my asm copper list.
  15.  
  16. Since that , I decided to make my frindly copper list with cwait cmove cend.
  17.  
  18. I hope to convert my asm coperlist every frame using the copper MACROS ...
  19. then initialising rethinking etc .. I proceeded to trace the Cmove Cbump
  20. routines to find them very long, seting watches on the data. etc.
  21. Then I made my own asm routine that quickly builds a copper data list
  22. like cmove cwait, but I cant understand cend.
  23.  
  24. The problem I have is that my asm coper list changes every frame, not the
  25. size , but the actual data of cmove. If there was some way to quickly changing
  26. the data of a Cmove coper instruction without rebuilding the copper, ie.
  27.  remake the whole copper with all those many cmove cwait cbump cend,
  28.  and rethink();
  29.   Im gona come clean, Im realy coding a DiskMagazine in asm, and its all done
  30.   but now Im hoping to make it multitask, it does mulditask good, but I cant
  31.   move the screen. I have seen a disk mag called ROM which does this all.
  32.  
  33.  
  34.